home *** CD-ROM | disk | FTP | other *** search
/ Electronic Entertainment 1995 June / Electronic Entertainment CD-ROM Sampler Disc (June 1995).iso / pc / reflux / master1.dxr / 00269.ls < prev    next >
Encoding:
Text File  |  1995-04-05  |  317 b   |  14 lines

  1. on mouseDown
  2.   global gPerspective, gReadMe
  3.   if (gPerspective = 1) and (gReadMe = 1) then
  4.     puppetSound("fvoc2.wav")
  5.   end if
  6.   if (gPerspective = 2) and (gReadMe = 1) then
  7.     puppetSound("jvoc2.wav")
  8.   end if
  9.   if (gPerspective = 3) and (gReadMe = 1) then
  10.     puppetSound("rvoc2.wav")
  11.   end if
  12.   go("pane2")
  13. end
  14.